home *** CD-ROM | disk | FTP | other *** search
/ Exame Informatica 142 / Exame Informatica 142.iso / Programas / Wiki / WikidPad-1.9beta2.exe / {app} / WikidPadHelp / data / BulletedLists.wiki < prev    next >
Encoding:
Text File  |  2006-08-29  |  1.2 KB  |  44 lines

  1. ∩╗┐++ Bulleted Lists
  2.  
  3. To start a bulleted list type an asterisk at the beginning of the line.
  4. For example:
  5.  
  6.     * Put your cursor at the end of this line and press enter.
  7.  
  8. The start a numbered bulleted list type a number followed by a period
  9. at the beginning of the line. For example:
  10.  
  11.     1. Put your cursor at the end of this line and press enter.
  12.  
  13.  
  14.     15.4.3. Put your cursor at the end of this line and press enter.
  15.  
  16.  
  17. You can switch off the automatic generation of bullets/numbers with the "auto-bullets" option in the "Editor" menu.
  18.  
  19. You can also switch off the automatic indentation with "auto-indent" option:
  20.  
  21.     If this line is indented and you press return, next will be as well.
  22.  
  23.  
  24. If a line has a "lonely" bullet or number on it and you press enter, the bullet is removed:
  25.  
  26.     * Put your cursor at the end of this line and press enter *twice*.
  27.  
  28.  
  29. You can switch off this behavior as well in "Options" dialog, page "Editor", option "Auto-unbullets".
  30.  
  31.  
  32. +++ Caution
  33.  
  34. Be sure to indent your list, otherwise the following text is interpreted as part of the list and therefore indented in the HTML view.
  35.  
  36. Example (switch to preview to see the problem):
  37.  
  38.  
  39. * Part
  40. * of list
  41.  
  42.  
  43. After the list.
  44.